home *** CD-ROM | disk | FTP | other *** search
/ Programming Sound Cards / Programming Sound Cards.iso / sound_52 / ccont.mh < prev    next >
Text File  |  1995-01-01  |  248b  |  19 lines

  1. # midi continuous controller values
  2. # (at least yamaha)
  3. #
  4.  
  5. MODWHEEL = 1
  6. BREATH = 2
  7. FOOT = 4
  8. PORTTIME = 5
  9. VOLUME = 7
  10. PAN = 10
  11. SUSTAIN = 0x40
  12. PORTPEDAL = 0x41
  13. SOSPEDAL = 0x42
  14. ALLNOTESOFF = 0x7b
  15. MONOMODEON = 0x7e
  16. POLYMODEON = 0x7f
  17.  
  18.  
  19.